home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / ProgramF / CommonFi / CRYSTAL / 20 / VIEWERS / WEB~1.CON < prev   
Encoding:
Text File  |  2002-01-28  |  1.4 KB  |  27 lines

  1. <configuration>
  2.  
  3.     <system.web>
  4.         <!--  DYNAMIC DEBUG COMPILATION
  5.               Set debugmode enable="true" to enable ASPX debugging.  Otherwise, setting this value to
  6.               false will improve runtime performance of this application. 
  7.         -->
  8.         <compilation debug="false">
  9.             <assemblies>
  10.                 <add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  11.                 <add assembly="CrystalDecisions.Shared, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  12.                 <add assembly="CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  13.                 <add assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
  14.             </assemblies>
  15.         </compilation>
  16.  
  17.         <!--  APPLICATION-LEVEL TRACE LOGGING
  18.               Application-level tracing enables trace log output for every page within an application. 
  19.               Set trace enabled="true" to enable application trace logging.  If pageoutput="true", the
  20.               trace information will be displayed at the bottom of each page.  Otherwise, you can view the 
  21.               application trace log by browsing the "trace.axd" page from your web application
  22.               root. 
  23.         -->
  24.     </system.web>
  25.  
  26. </configuration>
  27.